Conversation
…Exception 사용으로 결정
…uthenticationEntryPoint, JwtAccessDeniedHandler)
kingmingyu
approved these changes
Jan 25, 2026
src/main/java/com/whereyouad/WhereYouAd/domains/user/persistence/entity/RefreshToken.java
Show resolved
Hide resolved
src/main/java/com/whereyouad/WhereYouAd/global/security/jwt/CustomUserDetails.java
Show resolved
Hide resolved
jinnieusLab
approved these changes
Jan 25, 2026
Collaborator
jinnieusLab
left a comment
There was a problem hiding this comment.
P4: 고생하셨습니다! jwt 관련해서도 깔끔하게 잘 구현해주셔서 수정사항은 없어보입니다 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
🚀 개요
📄 작업 내용
📸 스크린샷 / 테스트 결과 (선택)
로그인이나 인증 절차 없이 Swagger 접근 가능 확인

===정상적 회원가입, 로그인 플로우 테스트(Postman)===
쿠키 값에 RefreshToken 존재

AccessToken 통한 기존 /api/examples 접근 성공

reIssue 로 AccessToken, RefreshToken 재발급 성공(api/auth/reissue)

RefreshToken 기존 값

reIssue 이후 RefreshToken 변경된 값

===예외 처리===
✅ 체크리스트
🔍 리뷰 포인트 (Review Points)